Click or drag to resize

ConversationAction Class

Contains a single action to be applied to a single conversation.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeConversationAction

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class ConversationAction

The ConversationAction type exposes the following members.

Constructors
  NameDescription
Public methodConversationAction
Initializes a new instance of the ConversationAction class.
Top
Properties
  NameDescription
Public propertyAction
Contains the action to perform on the conversation specified by the ConversationId element.
Public propertyCategories
Contains a collection of strings that identify the categories to which items in a conversation belong.
Public propertyContextFolderId
Indicates the folder that is targeted for actions that use folders.
Public propertyConversationId
Contains the identifier of the conversation that will have the action specified by the Action (ConversationActionTypeType) element applied to items in the conversation.
Public propertyConversationLastSyncTime
Contains the date and time that a conversation was last synchronized.
Public propertyDeleteType
Indicates how items in a conversation are deleted.
Public propertyDestinationFolderId
Indicates the destination folder for copy and move actions.
Public propertyEnableAlwaysDelete
Specifies a flag that enables deletion for all new items in a conversation.
Public propertyIsRead
Indicates whether a message has been read.
Public propertyProcessRightAway
Indicates whether the response is sent as soon as the action starts processing on the server or whether the response is sent after the action has completed.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also